type crypto/tls.lruSessionCache (struct)

Method Implmentations (3 other methods implement nothing)

Get(sessionKey string) (*ClientSessionState, bool) *lruSessionCache.M : ClientSessionCache.Get
Lock() *lruSessionCache.M : sync.Locker.Lock
Put(sessionKey string, cs *ClientSessionState) *lruSessionCache.M : ClientSessionCache.Put
Unlock() *lruSessionCache.M : sync.Locker.Unlock